<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,ul,li,dl,dt,dd,p,ol,h1,h2,h3,h4,h5,h6,form,img,table,fieldset,legend{margin:0; padding:0;}
ul,li,ol{list-style:none;}
img,fieldset{border:0; }
a{text-decoration:none; color:inherit;}
h1,h2,h3,h4,h5,h6{font-weight:100;}
body{font-size:16px; font-family:"MicrosoftYaHei";}
input,a{outline:none;}

.container{
    width: 100%!important;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#main{
    margin: 0 auto;
    background-color: #EEF3F7;
    position: relative;
}

#main_con{
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    padding-top: 0;
}

#main_wrap{
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#location{
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-indent: 20px;
    color: #333333;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 20px;
}

#location_icon{
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 3px;
    border: 1px solid #ADADAD;
    border-radius: 3px;
    background-image: url(../../images/loaction.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
}

.picList{
    overflow: hidden;
}

.picList li{
    float: left;
    width: 330px; 
    margin: 11px;
}
.picList li p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.picList li img{
    /* width: 330px; */
    max-height: 220px;
}

.page_num{padding:15px; overflow:hidden; font-size:12px;}
#page_div{line-height:20px; color:#000; text-align: center; display: flex;justify-content: center; }
#page_div  .pagination-first &gt; a{padding: 0 5px;}
#pagination_input{ width:20px; height:16px; line-height:16px; margin:0 8px; padding:0; overflow:hidden; border:1px solid #ccc;}
#page_div .pagination_index, #page_div .pagination_index_num{ background:#FFFFFF; border:1px solid #117448; padding:0 8px;margin-right:2px;float: left; height:20px;text-align:center;}
#page_div .pagination_index a, #page_div .pagination_index_num a{padding:0px; margin:0px;text-align:center;  color:#000;}
#page_div .pagination_index a:hover, #page_div .pagination_index_num a:hover{padding:0px; margin:0px;text-align:center;  color:#000;}
#page_div .pagination_index_last{width:260px; float:right; text-align:right;}
#page_div .pagination_index_num{margin-right:2px; padding:0px; width:20px;}
#page_div .currentIndex{ background:#117448; border:1px solid #117448; width:20px; height:20px;
line-height:20px; color:#FFF;text-align:center; font-weight:bold;}


.xzList{
    overflow: hidden;
    padding: 15px 0;
}

.xzList li{
    float: left;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.xzList li a{
    background: #0166b6;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 
.artcleListMod a:nth-child(3){
    display: none;
}


.artcleChannelWrap a:nth-child(3),.artcleChannelWrap a:nth-child(4),.artcleChannelWrap a:nth-child(5){
    display: none;
} */

.artcleListMod .artcleChannel{
    font-size: 16px;
    /*max-width: 80px;*/
    padding: 0 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artcleList li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jwmsxf{
    display: none;
}
#location{
    display: none;
}
#footer_1,#footer_pic{
    /*display: none;*/
}

.artcleList li{
    /* display: flex; */
}
.artcleList li&gt;a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.pagination-last{
    display: none!important;
}

.pagination-index,
.pagination-num {
    height: 20px;
    line-height: 20px;
    border-radius: 1px;
    color: #000000;
    min-width: 10px;
    border: 1px solid rgba(210, 210, 210, 1);
    display: inline-block;
    margin: 0 2px;
}
#footer{
    overflow: hidden;
}</pre></body></html>